CAR and CDR - définition. Qu'est-ce que CAR and CDR
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est CAR and CDR - définition


CAR and CDR         
PROGRAMMING LANGUAGE CONSTRUCT IN LISP
Car (function); Car and cdr; CAR & CDR; Caar
In computer programming, CAR (car) and CDR (cdr) ( or ) are primitive operations on cons cells (or "non-atomic S-expressions") introduced in the Lisp programming language. A cons cell is composed of two pointers; the car operation extracts the first pointer, and the cdr operation extracts the second.
Cdr         
WIKIMEDIA DISAMBIGUATION PAGE
Cdr; CDR (disambiguation)
Note: in AM, also use 'CDR'
Cdr is the written abbreviation for Commander
when it is used as a title.
...Cdr A.C. Moore.
N-TITLE
cdr         
WIKIMEDIA DISAMBIGUATION PAGE
Cdr; CDR (disambiguation)
<programming> /ku'dr/ or /kuh'dr/ The LISP operation that returns the right-hand node of a binary tree structure. In the typical case where the tree is used to store a list, the cdr is the tail of the list, i.e. all but the first element. The instruction format of the IBM 7090 that hosted the original LISP implementation featured two 15-bit fields called the "address" and "decrement" parts. The term "cdr" was originally "Contents of Decrement part of Register". Similarly, "car" stood for "Contents of Address part of Register". [Jargon File] (2007-02-28)